home *** CD-ROM | disk | FTP | other *** search
/ Delphi Programmer's Power Pack / Delphi Volume 1.iso / e_to_l / fbuilder / delphi / demos / extdhlp.dfm / extdhlp.txt
Encoding:
Text File  |  1996-09-15  |  2.9 KB  |  99 lines

  1. object ExtDemoHlpFrm: TExtDemoHlpFrm
  2.   Left = 141
  3.   Top = 180
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Tabbed Notebook Dialog'
  7.   ClientHeight = 204
  8.   ClientWidth = 525
  9.   Font.Color = clWindowText
  10.   Font.Height = -16
  11.   Font.Name = 'System'
  12.   Font.Style = []
  13.   PixelsPerInch = 120
  14.   TextHeight = 20
  15.   object OKBtn: TBitBtn
  16.     Left = 420
  17.     Top = 23
  18.     Width = 96
  19.     Height = 43
  20.     Caption = '&Source'
  21.     Default = True
  22.     Font.Color = clBlack
  23.     Font.Height = -15
  24.     Font.Name = 'MS Sans Serif'
  25.     Font.Style = [fsBold]
  26.     ModalResult = 1
  27.     ParentFont = False
  28.     TabOrder = 0
  29.     OnClick = OKBtnClick
  30.     Glyph.Data = {
  31.       06020000424D0602000000000000760000002800000028000000140000000100
  32.       0400000000009001000000000000000000000000000000000000000000000000
  33.       8000008000000080800080000000800080008080000080808000C0C0C0000000
  34.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  35.       3333333333333333333333333333333333333333333333333333333333333333
  36.       3333333333333333333333333333333333333333333333333333333333333333
  37.       3333333333333333333333333333333333333333333333333333333333333333
  38.       33333333333333333333333FFFF3333FFFF33333330000333300003333333377
  39.       77FF337777FF33333033360330333603333F37F3377F37F3377F330330FFF303
  40.       30F3F303337337F3337F37F3337F303330FFF303303FF30337F337F3337FF7F3
  41.       337F3033303FF307703FF30337F337FFFF7777FFFF7F30330700003000000073
  42.       37F377777737777777733030733333333033073337F773333333373F77333707
  43.       3333333333003333377733333333337733333333333333333333333333333333
  44.       3333333333333333333333333333333333333333333333333333333333333333
  45.       3333333333333333333333333333333333333333333333333333333333333333
  46.       3333333333333333333333333333333333333333333333333333333333333333
  47.       33333333333333333333}
  48.     Layout = blGlyphTop
  49.     Margin = 2
  50.     NumGlyphs = 2
  51.     Style = bsNew
  52.     Spacing = -1
  53.   end
  54.   object CancelBtn: TBitBtn
  55.     Left = 420
  56.     Top = 125
  57.     Width = 96
  58.     Height = 46
  59.     Font.Color = clBlack
  60.     Font.Height = -15
  61.     Font.Name = 'MS Sans Serif'
  62.     Font.Style = [fsBold]
  63.     ParentFont = False
  64.     TabOrder = 1
  65.     Kind = bkClose
  66.     Layout = blGlyphTop
  67.     Margin = 2
  68.     Style = bsNew
  69.     Spacing = -1
  70.   end
  71.   object Panel1: TPanel
  72.     Left = 10
  73.     Top = 20
  74.     Width = 396
  75.     Height = 156
  76.     Caption = 'Panel1'
  77.     TabOrder = 2
  78.     object Memo1: TMemo
  79.       Left = 10
  80.       Top = 10
  81.       Width = 371
  82.       Height = 141
  83.       BorderStyle = bsNone
  84.       Color = clBtnFace
  85.       Ctl3D = False
  86.       Enabled = False
  87.       Lines.Strings = (
  88.         'FormulaBuilder allows programmer-defined '
  89.         'functions to be integrated easily into the '
  90.         'engine. This program dynamically registers '
  91.         'and unregisters functions written in '
  92.         'ObjectPascal which demonstrate the some '
  93.         'of the power and usefulness of this technique.')
  94.       ParentCtl3D = False
  95.       TabOrder = 0
  96.     end
  97.   end
  98. end
  99.